go-fringe.go: Remove all of the `;' statement terminators.
[fringe] / f#-fringe.fs
index 45d011b..7cd5412 100644 (file)
@@ -1,4 +1,4 @@
-/// -*-fsharp-mode-*-
+/// -*-fsharp-*-
 ///
 /// F# implementation of a `same-fringe' solver.
 
@@ -114,5 +114,5 @@ let main args =
     | exc ->
       fprintf stderr "%s: %s\n" program_name exc.Message
       1
-  
+
 ///----- That's all, folks --------------------------------------------------