Skip to content

Commit d1b4bbe

Browse files
committed
Insert a space after the start of the comment
1 parent 3acc1d3 commit d1b4bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/PartitionedTablePerfStatsSuite.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ class PartitionedTablePerfStatsSuite
241241
genericTest("file status cache respects size limit") { spec =>
242242
withSQLConf(
243243
SQLConf.HIVE_MANAGE_FILESOURCE_PARTITIONS.key -> "true",
244-
//scalastyle:off
244+
// scalastyle:off
245245
SQLConf.HIVE_FILESOURCE_PARTITION_FILE_CACHE_SIZE.key -> "1" /* 1 byte */) {
246-
//scalastyle:on
246+
// scalastyle:on
247247
withTable("test") {
248248
withTempDir { dir =>
249249
spec.setupTable("test", dir)

0 commit comments

Comments
 (0)