Skip to content

Commit

Permalink
Action sbt scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Oct 10, 2023
1 parent 85a5c3e commit c942937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ object Table:
case TableOption.StatsPersistent(value) => s"TableOption.StatsPersistent(\"$value\")"
case TableOption.StatsSamplePages(value) => s"TableOption.StatsSamplePages($value)"
case TableOption.Tablespace(name, value) => s"TableOption.Tablespace(\"$name\", \"$value\")"
case TableOption.Union(value) => s"TableOption.Union(List(${ value.map(str => s"\"$str\"").mkString(",") }))"
case TableOption.Union(value) => s"TableOption.Union(List(${ value.map(str => s"\"$str\"").mkString(",") }))"

0 comments on commit c942937

Please sign in to comment.