Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Mar 15, 2024
1 parent 43e3f49 commit cf8da04
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions near-sdk/src/json_types/vector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ use serde::{Deserialize, Deserializer, Serializer};

/// Helper class to serialize/deserialize `Vec<u8>` to base64 string.
#[derive(
Debug,
Clone,
PartialEq,
Eq,
)]
#[derive(Debug, Clone, PartialEq, Eq)]
#[near(inside_nearsdk, serializers=[borsh, json])]
pub struct Base64VecU8(
#[serde(
Expand Down

0 comments on commit cf8da04

Please sign in to comment.