Skip to content

Commit fb71a4c

Browse files
committed
WIP: whitespace
1 parent 48c99ad commit fb71a4c

File tree

1 file changed

+1
-0
lines changed
  • rust/cubestore/cubestore-sql-tests/src

1 file changed

+1
-0
lines changed

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4140,6 +4140,7 @@ async fn planning_topk_having(service: Box<dyn SqlClient>) {
41404140
let result = service.exec_query(query).await.unwrap();
41414141
assert_eq!(result.len(), 0);
41424142
}
4143+
41434144
async fn planning_topk_hll(service: Box<dyn SqlClient>) {
41444145
service.exec_query("CREATE SCHEMA s").await.unwrap();
41454146
service

0 commit comments

Comments
 (0)