Skip to content

Commit a014fbc

Browse files
committed
fix
1 parent a2ad039 commit a014fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chispa/default_formats.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@dataclass
55
class DefaultFormats:
6-
mismatched_rows = ("red",)
7-
matched_rows = ("blue",)
6+
mismatched_rows = ["red"]
7+
matched_rows = ["blue"]
88
mismatched_cells = ["red", "underline"]
99
matched_cells = ["blue"]

0 commit comments

Comments
 (0)