Skip to content

Commit

Permalink
Merge pull request #26 from rustymotors/deepsource-transform-0d783ba6
Browse files Browse the repository at this point in the history
style: format code with Prettier
  • Loading branch information
drazisil authored Jun 1, 2024
2 parents 36f775b + 7b5ee25 commit 5ae3176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/main/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ function onSocketListening(s) {
}

/**
*
* @param {number} exitCode
*
* @param {number} exitCode
*/
export async function _atExit(exitCode = 0) {
console.log("Goodbye, world!");
Expand All @@ -127,7 +127,7 @@ export default function main() {
3000,
onWebListening,
onWebRequest,
onServerError
onServerError,
);
const loginServer = new TCPServer(
8226,
Expand Down

0 comments on commit 5ae3176

Please sign in to comment.