Fix lint

e75d03fea94d6f690184c58a72bd2d4a3473dcd2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
server.js+1 -1
@@ -988,7 +988,7 @@ async function startServer() {
988 }988 }
989 }989 }
990 } else {990 } else {
991 console.log("Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection")991 console.log('Neither protocol: ipv6, nor ipv4 are set to auto, skipping detection');
992 }992 }
993993
994994