Skip to content

Commit 416fb95

Browse files
committed
chore: format ql2_pb2
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
1 parent 3307ddf commit 416fb95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rethinkdb/ql2_pb2.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Version:
1010
V0_3 = 1601562686
1111
V0_4 = 1074539808
1212
V1_0 = 885177795
13-
13+
1414
class Protocol:
1515
PROTOBUF = 656407617
1616
JSON = 2120839367
@@ -22,7 +22,7 @@ class QueryType:
2222
STOP = 3
2323
NOREPLY_WAIT = 4
2424
SERVER_INFO = 5
25-
25+
2626
class AssocPair:
2727
pass
2828

@@ -44,7 +44,7 @@ class ResponseType:
4444
CLIENT_ERROR = 16
4545
COMPILE_ERROR = 17
4646
RUNTIME_ERROR = 18
47-
47+
4848
class ErrorType:
4949
INTERNAL = 1000000
5050
RESOURCE_LIMIT = 2000000
@@ -54,7 +54,7 @@ class ErrorType:
5454
OP_INDETERMINATE = 4200000
5555
USER = 5000000
5656
PERMISSION_ERROR = 6000000
57-
57+
5858
class ResponseNote:
5959
SEQUENCE_FEED = 1
6060
ATOM_FEED = 2
@@ -71,7 +71,7 @@ class DatumType:
7171
R_ARRAY = 5
7272
R_OBJECT = 6
7373
R_JSON = 7
74-
74+
7575
class AssocPair:
7676
pass
7777

@@ -264,6 +264,6 @@ class TermType:
264264
BIT_SAL = 195
265265
BIT_SAR = 196
266266
FORMAT = 197
267-
267+
268268
class AssocPair:
269269
pass

0 commit comments

Comments
 (0)