From 80ac9545da8d75fa99d2bf8cfa22da946656fd5b Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 25 Oct 2018 00:27:54 +0200 Subject: [PATCH] Formatting --- src/dorkbox/systemTray/gnomeShell/Extension.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/gnomeShell/Extension.java b/src/dorkbox/systemTray/gnomeShell/Extension.java index 72df140..d605b14 100644 --- a/src/dorkbox/systemTray/gnomeShell/Extension.java +++ b/src/dorkbox/systemTray/gnomeShell/Extension.java @@ -45,7 +45,8 @@ class Extension { public static final String DEFAULT_NAME = "SystemTray"; @Property - /** Permit the StatusTray icon to be displayed next to the clock by installing an extension. By default, gnome places the icon in the + /** + * Permit the StatusTray icon to be displayed next to the clock by installing an extension. By default, gnome places the icon in the * "notification drawer", which is a collapsible menu at (usually) bottom left corner of the screen. */ public static boolean ENABLE_EXTENSION_INSTALL = true;