From e909582ca82e78e4a80a5080f312491e1f3c825d Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 3 Apr 2024 16:36:22 +0200 Subject: [PATCH] lint --- src/chat/chatLogic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' */