This website works better with JavaScript
Home
Explore
Help
Sign In
darkrenaissance
/
darkfi
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
sdk/python: rustfmt
parazyd
3 years ago
parent
c045210763
commit
5c1d7cd382
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/sdk/python/src/zk_binary.rs
+ 1
- 1
src/sdk/python/src/zk_binary.rs
View File
@@ -66,7 +66,7 @@ impl ZkBinary {
}
fn k(&self) -> u32 {
-
self.0.k
+
self.0.k
}
}