Skip to content

Commit

Permalink
remove newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
S0c5 committed Apr 19, 2024
1 parent 6d285fc commit ac67dc8
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 ac67dc8

Please sign in to comment.