FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 3d5a1eb7 authored by Andrew Rice's avatar Andrew Rice
Browse files

formatting error

parent d0dbcb05
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,8 @@ public class ChimeRepoController {
}
ImmutableSet<String> acceptedExtensions =
ImmutableSet.of(
"java", "xml", "md", "txt", "s", "c", "cpp", "v", "sv", "qsf", "qpf", "qsys", "bsv","pl");
"java", "xml", "md", "txt", "s", "c", "cpp", "v", "sv", "qsf", "qpf", "qsys", "bsv",
"pl");
return acceptedExtensions.contains(getExtension(fileName));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment