Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 21, 2023
1 parent 6224601 commit 6c72853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,9 @@ export class Editor extends Component {
this.client.send(
"reshow_cell",
{
objectid: objectid,
dim: dim,
cell_id: cell_id,
objectid,
dim,
cell_id,
},
{ notebook_id: this.state.notebook.notebook_id },
false
Expand Down

0 comments on commit 6c72853

Please sign in to comment.