Skip to content

Commit 1b72a18

Browse files
committed
chore: just fmt task
Signed-off-by: Milan <milan@mdaverde.com>
1 parent 71ed987 commit 1b72a18

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bpf-rs/src/insns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ pub fn exit() -> sys::bpf_insn {
257257

258258
#[cfg(test)]
259259
mod tests {
260-
use bpfdeploy_libbpf_sys as sys;
261260
use super::*;
261+
use bpfdeploy_libbpf_sys as sys;
262262

263263
#[test]
264264
fn test_abi_compat() {

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ sudorun example:
1818
just build-example {{example}}
1919
sudo ./target/debug/examples/{{example}}
2020

21+
fmt:
22+
cargo fmt
23+
2124
alias r := run
2225
alias t := test

0 commit comments

Comments
 (0)