Skip to content

Commit

Permalink
src: run rustfmt on the code
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <ihrwein@gmail.com>
  • Loading branch information
ihrwein committed Nov 14, 2015
1 parent 77b11a6 commit e8c14db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/matcher/pattern_source/mod.rs
Expand Up @@ -48,9 +48,9 @@ pub trait FromPatternSource {
}

fn check_test_messages<M: Matcher>(matcher: &M,
messages: &[TestMessage],
uuid: &Uuid)
-> Result<(), BuildError> {
messages: &[TestMessage],
uuid: &Uuid)
-> Result<(), BuildError> {
for msg in messages {
let result = try!(matcher.parse(msg.message())
.ok_or(testmessage::Error::test_message_does_not_match(uuid,
Expand Down

0 comments on commit e8c14db

Please sign in to comment.