Skip to content

Commit

Permalink
small code style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Jun 15, 2018
1 parent 27d56a2 commit 7c553ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/basic_table/in_memory_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import PropTypes from 'prop-types';
import {
EuiBasicTable,
SelectionType,
ItemIdType, FieldDataColumnTypeShape, ComputedColumnType, ActionsColumnType,
ItemIdType,
FieldDataColumnTypeShape,
ComputedColumnType,
ActionsColumnType,
} from './basic_table';
import {
defaults as paginationBarDefaults
Expand Down

0 comments on commit 7c553ba

Please sign in to comment.