Skip to content

Commit d84dd3c

Browse files
committed
Fix formatting
1 parent a6ef0e6 commit d84dd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/commitshaproviders/CommitShaProviderTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class CommitShaProviderTest {
7272
} catch (e: Exception) {
7373
assertThat(e::class).isEqualTo(IllegalArgumentException::class)
7474
assertThat(e.message).isEqualTo("Specified raw commit sha must be defined")
75-
}
75+
}
7676
}
7777

7878
@Test

0 commit comments

Comments
 (0)