Skip to content

Commit

Permalink
fix small things that broke during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Aug 7, 2019
1 parent 9cbcca5 commit a35dd5c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/style/style_layer/symbol_style_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import StyleLayer from '../style_layer';
import assert from 'assert';
import SymbolBucket from '../../data/bucket/symbol_bucket';
import resolveTokens from '../../util/resolve_tokens';
import { isExpression } from '../../style-spec/expression';
import assert from 'assert';
import properties from './symbol_style_layer_properties';

import {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/symbol/format_section_override.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from 'mapbox-gl-js-test';
import { test } from '../../util/test';
import { createExpression, ZoomConstantExpression } from '../../../src/style-spec/expression';
import EvaluationContext from '../../../src/style-spec/expression/evaluation_context';
import properties from '../../../src/style/style_layer/symbol_style_layer_properties';
Expand Down
2 changes: 1 addition & 1 deletion test/unit/symbol/symbol_style_layer.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from 'mapbox-gl-js-test';
import { test } from '../../util/test';
import SymbolStyleLayer from '../../../src/style/style_layer/symbol_style_layer';
import FormatSectionOverride from '../../../src/style-spec/expression/definitions/format_section_override';
import properties from '../../../src/style/style_layer/symbol_style_layer_properties';
Expand Down

0 comments on commit a35dd5c

Please sign in to comment.