ソースを参照

Align CQL statement

Ben Hood 12 年 前
コミット
a26ea6fbb1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cassandra_test.go

+ 1 - 1
cassandra_test.go

@@ -79,7 +79,7 @@ func TestCRUD(t *testing.T) {
 			views       bigint,
 			protected   boolean,
 			modified    timestamp,
-			rating		decimal,
+			rating      decimal,
 			tags        set<varchar>,
 			attachments map<varchar, text>,
 			PRIMARY KEY (title, revid)