Skip to content

Commit

Permalink
Run formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jan 7, 2020
1 parent ee6949b commit d544f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ mod test {
#[cfg(feature = "llvm")]
Backend::LLVM,
#[cfg(feature = "singlepass")]
Backend::Singlepass
Backend::Singlepass,
] {
assert_eq!(backend, Backend::from_str(backend.to_string()).unwrap());
}
Expand Down

0 comments on commit d544f5a

Please sign in to comment.