Prechádzať zdrojové kódy

Align CQL statement

Ben Hood 12 rokov pred
rodič
commit
a26ea6fbb1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)