Skip to content

Commit 5d438f8

Browse files
committed
cargo fmt
Seriously, this was all that cargo fmt changed? :upside_down_face:
1 parent ba8a001 commit 5d438f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/language.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ macro_rules! define_languages {
100100
};
101101
}
102102

103-
define_languages!{
103+
define_languages! {
104104
{ Assembly, "assembly.ascii", "Assembly", vec![Color::Cyan] },
105105
{ C, "c.ascii", "C", vec![Color::Cyan, Color::Blue] },
106106
{ Clojure, "clojure.ascii", "Clojure", vec![Color::Cyan, Color::Green] },

0 commit comments

Comments
 (0)