Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jun 21, 2024
1 parent 9bebedb commit 5d88129
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ReportsSchedulerPlugin : Plugin(), ActionPlugin, SystemIndexPlugin, JobSch

override fun getSystemIndexDescriptors(settings: Settings): Collection<SystemIndexDescriptor> {
return listOf(
SystemIndexDescriptor(".opendistro-reports-*", "Reports Scheduler Plugin system index pattern"),
SystemIndexDescriptor(".opendistro-reports-*", "Reports Scheduler Plugin system index pattern")
)
}

Expand Down

0 comments on commit 5d88129

Please sign in to comment.