Skip to content

Commit

Permalink
some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa committed Apr 3, 2024
1 parent 17f11db commit 4f0bba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/chat/chatLogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, verifySignature } from './signature'
import { getPrivateKey, getPublicKey } from './keys'
import { getBlankMsg, signMsg, SEC} from './signature'

Check failure on line 12 in src/chat/chatLogic.js

View workflow job for this annotation

GitHub Actions / build (16.x)

A space is required before '}'

Check failure on line 12 in src/chat/chatLogic.js

View workflow job for this annotation

GitHub Actions / build (18.x)

A space is required before '}'
import { getPrivateKey} from './keys'

Check failure on line 13 in src/chat/chatLogic.js

View workflow job for this annotation

GitHub Actions / build (16.x)

A space is required before '}'

Check failure on line 13 in src/chat/chatLogic.js

View workflow job for this annotation

GitHub Actions / build (18.x)

A space is required before '}'

/* The Solid logic for a 'LongChat'
*/
Expand Down
2 changes: 1 addition & 1 deletion src/chat/infinite.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as ns from '../ns'
import * as widgets from '../widgets'
// import * as pad from '../pad'
// import { DateFolder } from './dateFolder'
import { ChatChannel, isDeleted, isReplaced } from './chatLogic'
import { ChatChannel, isDeleted} from './chatLogic'

Check failure on line 16 in src/chat/infinite.js

View workflow job for this annotation

GitHub Actions / build (16.x)

A space is required before '}'

Check failure on line 16 in src/chat/infinite.js

View workflow job for this annotation

GitHub Actions / build (18.x)

A space is required before '}'
import { renderMessageEditor, renderMessageRow } from './message'

// const UI = { authn, icons, ns, media, pad, $rdf, store, style, utils, widgets }
Expand Down

0 comments on commit 4f0bba0

Please sign in to comment.