Skip to content

Commit e909582

Browse files
committed
lint
1 parent 4f0bba0 commit e909582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chat/chatLogic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { store, authn } from 'solid-logic'
99
import * as ns from '../ns'
1010
import * as $rdf from 'rdflib' // pull in first avoid cross-refs
1111
import * as utils from '../utils'
12-
import { getBlankMsg, signMsg, SEC} from './signature'
13-
import { getPrivateKey} from './keys'
12+
import { getBlankMsg, signMsg, SEC } from './signature'
13+
import { getPrivateKey } from './keys'
1414

1515
/* The Solid logic for a 'LongChat'
1616
*/

0 commit comments

Comments
 (0)