Explorar o código

.editorconfig: Remove excess apostrophe at *.cocci

Remove the excess apostrophe (') introduced by commit
c4b471bd1314933fd726ef987d96c92c68033f99.

Some editors complain about it.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
Yasushi SHOJI hai 10 meses
pai
achega
98499d6818
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -65,5 +65,5 @@ tab_width = 4
 [{*.bat,*.rc}]
 end_of_line = crlf
 
-[*.cocci]'
+[*.cocci]
 insert_final_newline = true