Skip to content

Commit a591055

Browse files
committed
fix format
1 parent b293a60 commit a591055

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

googletest/src/matchers/bool_matcher.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pub fn is_false() -> BoolMatcher {
2727
BoolMatcher { expected: false }
2828
}
2929

30-
3130
/// Matches a bool value or bool reference.
3231
#[derive(MatcherBase)]
3332
pub struct BoolMatcher {
@@ -68,8 +67,8 @@ impl<'a> Matcher<&'a bool> for BoolMatcher {
6867

6968
#[cfg(test)]
7069
mod tests {
71-
use crate::prelude::*;
7270
use super::*;
71+
use crate::prelude::*;
7372

7473
#[test]
7574
fn match_value() -> Result<()> {

0 commit comments

Comments
 (0)