From 41247723b2940efe89648749b90e56d582bdfb89 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 15 Feb 2020 23:03:37 +0100 Subject: Fix linter and linteer warnings --- lib/forum.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/forum.js b/lib/forum.js index d095e47..f09e8dd 100644 --- a/lib/forum.js +++ b/lib/forum.js @@ -85,4 +85,4 @@ export default class Forum { console.log(' ^+---------+'); console.log(' (.) '); } -}; +} -- cgit