Skip to content

Commit

Permalink
fix: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
reifocS committed Jun 20, 2024
1 parent 31c675e commit dee880f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .jpb/jpb-settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JpaPluginProjectSettings">
<option name="lastSelectedLanguage" value="Kotlin" />
</component>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import java.time.LocalTime
import java.util.Date
import java.util.UUID


@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE, classes = [SpringSearchApplication::class])
@Transactional
class SpringSearchApplicationTest {
Expand Down

0 comments on commit dee880f

Please sign in to comment.