Skip to content

Commit

Permalink
run cargo fmt, sharkdp#2151
Browse files Browse the repository at this point in the history
  • Loading branch information
Cre3per committed Jun 4, 2022
1 parent 27a6b5f commit a94e2ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/syntax_mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ impl<'a> SyntaxMapping<'a> {
.unwrap();

// See #2151, https://nmap.org/book/nse-language.html
mapping.insert("*.nse", MappingTarget::MapTo("Lua")).unwrap();
mapping
.insert("*.nse", MappingTarget::MapTo("Lua"))
.unwrap();

// See #1008
mapping
Expand Down

0 comments on commit a94e2ae

Please sign in to comment.