Skip to content

Commit

Permalink
Update coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
swaterkamp committed Sep 25, 2018
1 parent c154ea5 commit 4f5e583
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions gsa/src/web/components/chart/bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ import {scaleBand, scaleLinear} from 'd3-scale';
import {shorten} from 'gmp/utils/string';
import {isDefined} from 'gmp/utils/identity';

import {MENU_PLACEHOLDER_WIDTH}
from 'web/components/dashboard/display/datadisplay';
import {
MENU_PLACEHOLDER_WIDTH,
} from 'web/components/dashboard/display/datadisplay';

import Layout from 'web/components/layout/layout';

Expand Down
5 changes: 3 additions & 2 deletions gsa/src/web/components/chart/donut3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ import Theme from 'web/utils/theme';
import path from './utils/path';
import arc from './utils/arc';

import {MENU_PLACEHOLDER_WIDTH}
from 'web/components/dashboard/display/datadisplay';
import {
MENU_PLACEHOLDER_WIDTH,
} from 'web/components/dashboard/display/datadisplay';

import Layout from 'web/components/layout/layout';

Expand Down
5 changes: 3 additions & 2 deletions gsa/src/web/components/chart/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ import {isDefined} from 'gmp/utils/identity';

import date from 'gmp/models/date';

import {MENU_PLACEHOLDER_WIDTH}
from 'web/components/dashboard/display/datadisplay';
import {
MENU_PLACEHOLDER_WIDTH,
} from 'web/components/dashboard/display/datadisplay';

import Layout from 'web/components/layout/layout';

Expand Down

0 comments on commit 4f5e583

Please sign in to comment.