Skip to content

Commit d4bc12a

Browse files
committed
fix: resolved pr comments
1 parent cba8abb commit d4bc12a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

Algorithms/GlobalUsings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
global using System.Security.Cryptography; // Cryptographic services (hashing, encryption, random numbers)
1919
global using System.Text; // Text encoding, StringBuilder, etc.
2020
global using System.Text.RegularExpressions; // Regular expression support
21-
global using SkiaSharp;
2221
global using Utilities.Extensions; // Common extension methods used across the solution

Algorithms/Other/FloodFill.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using SkiaSharp;
2+
13
namespace Algorithms.Other;
24

35
/// <summary>

Algorithms/Other/KochSnowflake.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using SkiaSharp;
2+
13
namespace Algorithms.Other;
24

35
/// <summary>

Algorithms/Other/Mandelbrot.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
using SkiaSharp;
2+
13
namespace Algorithms.Other;
24

35
/// <summary>

0 commit comments

Comments
 (0)