Explorar el Código

remove yaml --- end of doc

add-code-of-conduct-1
Trevor Irons hace 5 años
padre
commit
50af21ec82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Modules/LemmaCore/src/Grid.cpp

+ 1
- 1
Modules/LemmaCore/src/Grid.cpp Ver fichero

@@ -16,7 +16,7 @@
16 16
 namespace Lemma {
17 17
 
18 18
     std::ostream &operator << (std::ostream &stream, const Grid &ob) {
19
-        stream << ob.Serialize()  << "\n---\n"; // End of doc --- as a direct stream should encapulste thingy
19
+        stream << ob.Serialize()  << "\n";
20 20
         return stream;
21 21
     }
22 22
 

Loading…
Cancelar
Guardar