Skip to content

Commit f67df0b

Browse files
committed
Cleanup analyzers
1 parent e87afed commit f67df0b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Editor/Core/NodeMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ BaseNode FindRoot(BaseNode value)
306306
catch (Exception exception)
307307
{
308308
Debug.LogWarning(exception);
309-
throw exception;
309+
throw;
310310
}
311311
}
312312
BaseNodeMetadata GetMetadata(BaseNode value)

Editor/Extensions/NullableExtensions.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
namespace Figma
55
{
6-
using boolean = Boolean;
7-
using number = Double;
8-
96
[DebuggerStepThrough]
107
public static class NullableExtensions
118
{

Editor/Interface/Figma.Enums.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
// ReSharper disable InconsistentNaming
3+
24
namespace Figma
35
{
46
namespace global

0 commit comments

Comments
 (0)