mirror of
https://github.com/urbit/ares.git
synced 2024-11-23 09:06:23 +03:00
noun: formatting
This commit is contained in:
parent
29c36a931d
commit
08223691f9
@ -191,7 +191,6 @@ impl DirectAtom {
|
||||
let bytes: &[u8; 8] = unsafe { std::mem::transmute(self.0) };
|
||||
&bytes[..]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl fmt::Display for DirectAtom {
|
||||
@ -724,7 +723,6 @@ impl Atom {
|
||||
unsafe { self.indirect.as_bytes() }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
impl fmt::Display for Atom {
|
||||
|
Loading…
Reference in New Issue
Block a user