From b01004f2f1fb69b034963c5a846591471f35a2c0 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Fri, 19 Jan 2024 12:06:26 +0000 Subject: [PATCH] missing new line at the end of the file? --- src/widgets/romm/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/romm/widget.js b/src/widgets/romm/widget.js index a1cbd738..97c22a30 100644 --- a/src/widgets/romm/widget.js +++ b/src/widgets/romm/widget.js @@ -11,4 +11,4 @@ const widget = { }, }; -export default widget; \ No newline at end of file +export default widget;