浏览代码

remove yaml --- end of doc

add-code-of-conduct-1
Trevor Irons 5 年前
父节点
当前提交
50af21ec82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Modules/LemmaCore/src/Grid.cpp

+ 1
- 1
Modules/LemmaCore/src/Grid.cpp 查看文件

@@ -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
 

正在加载...
取消
保存