Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson committed Sep 23, 2022
1 parent 92acf05 commit e398d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/no-std-check/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ extern crate alloc;
// Import the crates that we want to check if they are fully no-std compliance

use tendermint;
use tendermint_proto;
use tendermint_light_client_verifier;
use tendermint_proto;

#[cfg(feature = "sp-core")]
use sp_core;
Expand Down Expand Up @@ -42,7 +42,7 @@ error[E0152]: found duplicate lang item `panic_impl`
```
*/
#[cfg(feature="panic-handler")]
#[cfg(feature = "panic-handler")]
#[panic_handler]
#[no_mangle]
fn panic(_info: &PanicInfo) -> ! {
Expand Down

0 comments on commit e398d3b

Please sign in to comment.