mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-27 04:11:08 +00:00
chore(lee,lez): fix pre-existing rustfmt violations (#776)
marvin/incremental-updates-2 was not cargo +nightly fmt --check clean; these files had drifted since the last fmt pass (mostly unwrapped long import lists). No functional changes.
This commit is contained in:
committed by
Marvin Jones
parent
687cc211f9
commit
b676c6c360
@@ -137,6 +137,9 @@ fn main() {
|
||||
.write();
|
||||
}
|
||||
|
||||
fn update_from_diff(_pre_state: Account, diff_data: Data) -> Result<Data, std::convert::Infallible> {
|
||||
fn update_from_diff(
|
||||
_pre_state: Account,
|
||||
diff_data: Data,
|
||||
) -> Result<Data, std::convert::Infallible> {
|
||||
Ok(diff_data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user