whitespace

This commit is contained in:
tyler 2019-04-24 09:53:48 -07:00 committed by gnzlbg
parent e72fd8ea94
commit 4c516be429
2 changed files with 3 additions and 3 deletions

View file

@ -567,4 +567,4 @@ mod bt;
pub use self::bt::*;
mod rtm;
pub use self::rtm::*;
pub use self::rtm::*;

View file

@ -154,7 +154,7 @@ mod tests {
if code == _XBEGIN_STARTED {
let in_tx = _xtest();
rtm::_xend();
// putting the assert inside the transaction would abort the transaction on fail
// without any output/panic/etc
assert_eq!(in_tx, 1);
@ -162,4 +162,4 @@ mod tests {
}
}
}
}
}