From 6e18a7d54a5d18de57277365a3df30f6929e8668 Mon Sep 17 00:00:00 2001 From: pimlie Date: Fri, 8 Mar 2019 16:22:37 +0100 Subject: [PATCH] chore: fix lint --- src/client/updateClientMetaInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/updateClientMetaInfo.js b/src/client/updateClientMetaInfo.js index b0bf87c0..aaff25d7 100644 --- a/src/client/updateClientMetaInfo.js +++ b/src/client/updateClientMetaInfo.js @@ -1,6 +1,6 @@ import { metaInfoOptionKeys, metaInfoAttributeKeys } from '../shared/constants' -import { updateAttribute, updateTag, updateTitle } from './updaters' import isArray from '../shared/isArray' +import { updateAttribute, updateTag, updateTitle } from './updaters' const getTag = (tags, tag) => { if (!tags[tag]) {