Skip to content

Commit

Permalink
Update linting whitespace. (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt authored Sep 25, 2023
1 parent b66c1fa commit 535057c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,7 @@ class ScEnvAdvancedList extends React.Component {
fields={fields}
onFilter={this.handleFilter()}
/>
<CompactTable
sort={this.viewStore.sort}
columns={tableColumns}
rows={list}
onSort={this.handleSort()}
/>
<CompactTable sort={this.viewStore.sort} columns={tableColumns} rows={list} onSort={this.handleSort()} />
</>
);
}
Expand Down
2 changes: 1 addition & 1 deletion addons/addon-base-ui/packages/base-ui/src/render-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ function renderError(err) {
);
}

export { renderAppContainer, renderProgress, renderError };
export { renderAppContainer, renderProgress, renderError };

0 comments on commit 535057c

Please sign in to comment.