Skip to content

Commit 71e404d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f113d08 commit 71e404d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/playground/src/workbench/Workbench.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Workbench extends React.Component {
155155
if (!filename.endsWith(".prql")) {
156156
filename += ".prql";
157157
}
158-
158+
159159
this.setState({
160160
filename,
161161
prql: "",

0 commit comments

Comments
 (0)