Skip to content

Commit fceb6b5

Browse files
committed
Cleanup Whitespace
1 parent d0598b4 commit fceb6b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ThriftSQL/HiveQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ private function _isOperationRunning( $state ) {
121121
)
122122
);
123123
}
124-
}
124+
}

src/ThriftSQL/ImpalaQuery.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function __construct( $queryStr, $client ) {
2020

2121
public function wait() {
2222
$sleeper = new \ThriftSQL\Utils\Sleeper();
23-
23+
2424
// Wait for results
2525
$sleeper->reset();
2626
do {
@@ -134,4 +134,4 @@ private function _isOperationRunning( $state ) {
134134
)
135135
);
136136
}
137-
}
137+
}

0 commit comments

Comments
 (0)