run cargo fmt

This commit is contained in:
2022-11-27 22:32:10 +01:00
parent fd59f25fea
commit 6a488f77db
3 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
use satrs_core::res_code::ResultU16;
use satrs_mib::resultcode;
use satrs_mib::res_code::ResultU16Info;
use satrs_mib::resultcode;
#[resultcode(info = "This is a test result where the first parameter is foo")]
const TEST_RESULT: ResultU16 = ResultU16::const_new(0, 1);