Skip to content

Commit 6c79121

Browse files
linter
1 parent e24202e commit 6c79121

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

p-interface/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ pub mod program {
99
pinocchio_pubkey::declare_id!("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA");
1010
}
1111

12-
/// A "dummy" function with a hint to the compiler that it is unlikely to be called.
12+
/// A "dummy" function with a hint to the compiler that it is unlikely to be
13+
/// called.
1314
///
1415
/// This function is used as a hint to the compiler to optimize other code paths
1516
/// instead of the one where the function is used.
@@ -38,4 +39,4 @@ pub const fn unlikely(b: bool) -> bool {
3839
} else {
3940
false
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)