Skip to content

Commit

Permalink
run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 27, 2023
1 parent 8babf97 commit cb80ba2
Show file tree
Hide file tree
Showing 11 changed files with 519 additions and 74 deletions.
2 changes: 1 addition & 1 deletion src/external/borsh_support.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#[cfg(test)]
mod borsh_tests {
use crate::Uuid;
use std::string::ToString;
use borsh::{BorshDeserialize, BorshSerialize};
use std::string::ToString;

#[test]
fn test_serialize() {
Expand Down
Loading

0 comments on commit cb80ba2

Please sign in to comment.