Skip to content

Commit

Permalink
remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 authored and olanod committed Apr 23, 2024
1 parent 6c8d727 commit aef7e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scales/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ impl<'a> Serialize for Value<'a> {
let ty = self.resolve(self.ty_id);

use SpecificType::*;

match (ty, self.registry).into() {
Bool => ser.serialize_bool(data.get_u8() != 0),
U8 => ser.serialize_u8(data.get_u8()),
Expand Down

0 comments on commit aef7e3e

Please sign in to comment.