Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Apr 20, 2017
1 parent f1c73ae commit 56cfb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/updateRule.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type RulesContainer from '../RulesContainer'
import type RulesContainerType from '../RulesContainer'
import type {Rule} from './types'

export default (rule: Rule, data: Object, RulesContainer: RulesContainer): void => {
export default (rule: Rule, data: Object, RulesContainer: RulesContainerType): void => {
if (rule.type === 'regular') {
for (const prop in rule.style) {
const value = rule.style[prop]
Expand Down

0 comments on commit 56cfb58

Please sign in to comment.