Skip to content

Commit 7d1c77c

Browse files
authored
Refactor Program.cs with namespace and formatting
1 parent 5e7bd39 commit 7d1c77c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Alias types for convenience and code brevity
88
using GraphType = Graph<string, Graph_Data, Edge_Data>;
99
using NodeType = Node<string, Graph_Data, Edge_Data>;
10-
10+
namespace Graph_database;
1111
/// <summary>
1212
/// The entry point of the Graph Database Console Application.
1313
/// Provides a CLI (Command Line Interface) for interacting with the graph:
@@ -251,3 +251,4 @@ private static void DemonstratePolymorphism()
251251
}
252252
}
253253
}
254+

0 commit comments

Comments
 (0)