1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-11 05:05:23 +03:00

Fix code warnings

This commit is contained in:
Yuri Strot 2019-04-04 14:59:48 +07:00
parent 669161a3a0
commit 428dcde7c4
2 changed files with 1 additions and 2 deletions

View File

@ -1710,6 +1710,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 57FCD2621D76EA4600CC0FB6;
productRefGroup = 57FCD26D1D76EA4600CC0FB6 /* Products */;

View File

@ -1,7 +1,5 @@
// TODO: Implement better hash
public func == (lhs: Node, rhs: Node) -> Bool {
return lhs === rhs
}