diff --git a/Terminal.Gui/Configuration/ConfigurationManagerEventArgs.cs b/Terminal.Gui/Configuration/ConfigurationManagerEventArgs.cs index c29405f01..19a25b578 100644 --- a/Terminal.Gui/Configuration/ConfigurationManagerEventArgs.cs +++ b/Terminal.Gui/Configuration/ConfigurationManagerEventArgs.cs @@ -14,5 +14,5 @@ namespace Terminal.Gui.Configuration { public ConfigurationManagerEventArgs () { } - } + } } diff --git a/Terminal.Gui/Core/KeyEventEventArgs.cs b/Terminal.Gui/Core/KeyEventEventArgs.cs index 7e54483a8..c7ab9e39a 100644 --- a/Terminal.Gui/Core/KeyEventEventArgs.cs +++ b/Terminal.Gui/Core/KeyEventEventArgs.cs @@ -21,5 +21,4 @@ namespace Terminal.Gui { /// public bool Handled { get; set; } = false; } - } diff --git a/Terminal.Gui/Core/MouseFlagsChangedEventArgs.cs b/Terminal.Gui/Core/MouseFlagsChangedEventArgs.cs index 36bf7390f..bcc95e58b 100644 --- a/Terminal.Gui/Core/MouseFlagsChangedEventArgs.cs +++ b/Terminal.Gui/Core/MouseFlagsChangedEventArgs.cs @@ -1,14 +1,10 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Terminal.Gui { /// /// Args for events that describe a change in /// - public class MouseFlagsChangedEventArgs : EventArgs{ + public class MouseFlagsChangedEventArgs : EventArgs { /// /// Creates a new instance of the class. diff --git a/Terminal.Gui/Core/PointEventArgs.cs b/Terminal.Gui/Core/PointEventArgs.cs index e8a249496..0a4079fde 100644 --- a/Terminal.Gui/Core/PointEventArgs.cs +++ b/Terminal.Gui/Core/PointEventArgs.cs @@ -1,14 +1,10 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Terminal.Gui { /// /// Event args for events which relate to a single /// - public class PointEventArgs : EventArgs{ + public class PointEventArgs : EventArgs { /// /// Creates a new instance of the class diff --git a/Terminal.Gui/Core/SizeChangedEventArgs.cs b/Terminal.Gui/Core/SizeChangedEventArgs.cs index 771643cb9..66c52bf3a 100644 --- a/Terminal.Gui/Core/SizeChangedEventArgs.cs +++ b/Terminal.Gui/Core/SizeChangedEventArgs.cs @@ -3,7 +3,7 @@ namespace Terminal.Gui { /// - /// Args for events about about Size (e.g. Resized) + /// Args for events about Size (e.g. Resized) /// public class SizeChangedEventArgs : EventArgs { diff --git a/Terminal.Gui/Core/TimeoutEventArgs.cs b/Terminal.Gui/Core/TimeoutEventArgs.cs index 002342152..c488bdc11 100644 --- a/Terminal.Gui/Core/TimeoutEventArgs.cs +++ b/Terminal.Gui/Core/TimeoutEventArgs.cs @@ -30,4 +30,3 @@ namespace Terminal.Gui { } } } - diff --git a/Terminal.Gui/Core/ToggleEventArgs.cs b/Terminal.Gui/Core/ToggleEventArgs.cs index a1d599355..d3e8ad58a 100644 --- a/Terminal.Gui/Core/ToggleEventArgs.cs +++ b/Terminal.Gui/Core/ToggleEventArgs.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace Terminal.Gui { /// diff --git a/Terminal.Gui/Views/HistoryTextItem.cs b/Terminal.Gui/Views/HistoryTextItem.cs index 7b1dfe80e..f28f4a11f 100644 --- a/Terminal.Gui/Views/HistoryTextItem.cs +++ b/Terminal.Gui/Views/HistoryTextItem.cs @@ -5,7 +5,7 @@ using Rune = System.Rune; namespace Terminal.Gui { partial class HistoryText { - public class HistoryTextItem : EventArgs{ + public class HistoryTextItem : EventArgs { public List> Lines; public Point CursorPosition; public LineStatus LineStatus; diff --git a/Terminal.Gui/Views/TabMouseEventArgs.cs b/Terminal.Gui/Views/TabMouseEventArgs.cs index e6d06d2b0..fb2e888de 100644 --- a/Terminal.Gui/Views/TabMouseEventArgs.cs +++ b/Terminal.Gui/Views/TabMouseEventArgs.cs @@ -32,5 +32,4 @@ namespace Terminal.Gui { MouseEvent = mouseEvent; } } - }