Explorar el Código

go fmt frame.go

Adam Weiner hace 10 años
padre
commit
e2bdb4ce00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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":