Browse Source

go fmt frame.go

Adam Weiner 10 years ago
parent
commit
e2bdb4ce00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frame.go

+ 1 - 1
frame.go

@@ -193,7 +193,7 @@ func ParseConsistency(s string) Consistency {
 	case "QUORUM":
 		return Quorum
 	case "ALL":
-		return All;
+		return All
 	case "LOCAL_QUORUM":
 		return LocalQuorum
 	case "EACH_QUORUM":