浏览代码

Fix namespace

Billy Barrow 4 周之前
父节点
当前提交
b0cc9d8590
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/lib/DataStructures/Catalogue.vala

+ 1 - 3
src/lib/DataStructures/Catalogue.vala

@@ -1,6 +1,4 @@
-using Invercargill.DataStructures;
-
-namespace Invercargill {
+namespace Invercargill.DataStructures {
 
     public class Catalogue<TKey, TValue> : Enumerable<Grouping<TKey, TValue>>, Lot<Grouping<TKey, TValue>>, ReadOnlyCategoryIndex<TKey, TValue>, CategoryIndex<TKey, TValue> {