mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Fix analyzer warning (#16442)
This commit is contained in:
committed by
GitHub
parent
230c199ee5
commit
6a722e2961
@@ -24,5 +24,7 @@ namespace FancyZonesEditor
|
||||
public int Offset { get; }
|
||||
}
|
||||
|
||||
#pragma warning disable CA1711 // Identifiers should not have incorrect suffix (Causes warning in another class if fixed)
|
||||
public delegate void SplitEventHandler(object sender, SplitEventArgs args);
|
||||
#pragma warning restore CA1711 // Identifiers should not have incorrect suffix
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user