Index: blimp/common/proto/common.proto |
diff --git a/blimp/common/proto/common.proto b/blimp/common/proto/common.proto |
index 578c02b63b78d3b0e09bedfc4582d517d2c263cb..025cd7bab9e6c6e7b68200ccdd48594b64830330 100644 |
--- a/blimp/common/proto/common.proto |
+++ b/blimp/common/proto/common.proto |
@@ -13,5 +13,4 @@ package blimp; |
message CoordinatePair { |
optional sint32 x = 1; |
optional sint32 y = 2; |
-} |
- |
+} |
nyquist
2015/11/24 08:55:43
Nit: Why no newline anymore? Also, does this have
David Trainor- moved to gerrit
2015/11/25 17:56:42
Erased the file.
|