Skip to content

Commit 45f03a2

Browse files
committed
rename file
1 parent c9bd854 commit 45f03a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AzureFunctionsLabs.TableStorage/Function1.cs renamed to src/AzureFunctionsLabs.TableStorage/TableStorageFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
namespace AzureFunctionsLabs.TableStorage
1212
{
13-
public static class Function1
13+
public static class TableStorageFunctions
1414
{
1515
[FunctionName("Function1")]
1616
public static async Task<IActionResult> Run(

0 commit comments

Comments
 (0)