diff --git a/src/chat/chatLogic.js b/src/chat/chatLogic.js index f664e3a8..57af1838 100644 --- a/src/chat/chatLogic.js +++ b/src/chat/chatLogic.js @@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic' import * as ns from '../ns' import * as $rdf from 'rdflib' // pull in first avoid cross-refs import * as utils from '../utils' -import { getBlankMsg, signMsg, SEC} from './signature' -import { getPrivateKey} from './keys' +import { getBlankMsg, signMsg, SEC } from './signature' +import { getPrivateKey } from './keys' /* The Solid logic for a 'LongChat' */