Skip to content

Commit

Permalink
fix: suppress spread operator warning
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Feb 17, 2024
1 parent e8fbe9a commit 6da571d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ import org.springframework.boot.runApplication
class ShellyExporterApplication

fun main(args: Array<String>) {
@Suppress("SpreadOperator")
runApplication<ShellyExporterApplication>(*args)
}

0 comments on commit 6da571d

Please sign in to comment.