Skip to content

Commit

Permalink
minor changes to comment to avoid override by go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ajeet jain <[email protected]>
  • Loading branch information
ajeetj committed Feb 6, 2020
1 parent a5e363b commit 85410f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ import (

// TestMergeShardingIntShardingKey - tests merge sharding using a INT column
func TestMergeShardingIntShardingKey(t *testing.T) {
sharding.TestMergesharding(t /* useVarbinaryShardingKeyType */, false)
sharding.TestMergesharding(t, false /* useVarbinaryShardingKeyType */)

}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ import (

// TestMergeShardingStringShardingKey - tests merge sharding using a String column
func TestMergeShardingStringShardingKey(t *testing.T) {
sharding.TestMergesharding(t /* useVarbinaryShardingKeyType */, true)
sharding.TestMergesharding(t, true /* useVarbinaryShardingKeyType */)

}

0 comments on commit 85410f1

Please sign in to comment.