Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Kao <[email protected]>
  • Loading branch information
seankao-az committed Jan 9, 2024
1 parent dc708ff commit 3f82e67
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ object FlintSparkIndex {
/**
* invalid index name characters.
*/
val INVALID_INDEX_NAME_CHARS: Set[Char] = Set(' ', ',', ':', '"', '*', '+', '/', '\\', '|', '?', '#', '>', '<')
val INVALID_INDEX_NAME_CHARS: Set[Char] =
Set(' ', ',', ':', '"', '*', '+', '/', '\\', '|', '?', '#', '>', '<')

/**
* Percent-encode invalid OpenSearch index name characters.
Expand Down

0 comments on commit 3f82e67

Please sign in to comment.