Skip to content

Commit

Permalink
Move code to samples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdaankhalidmsft committed Jan 21, 2025
1 parent 815f2c5 commit 0d09e53
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Garnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Garnet.resources", "libs\re
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NoOpModule", "playground\NoOpModule\NoOpModule.csproj", "{D4C9A1A0-7053-F072-21F5-4E0C5827136D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETag", "playground\ETag\ETag.csproj", "{4FBA1587-BAFC-49F8-803A-D1CF431A26F5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ETag", "samples\ETag\ETag.csproj", "{4FBA1587-BAFC-49F8-803A-D1CF431A26F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static async Task RunSimulation()
break;
}

Action<ContosoUserInfo> userUpdateAction = (userInfo) => {};
Action<ContosoUserInfo> userUpdateAction = (userInfo) => { };
switch (input)
{
case "FirstName":
Expand Down
File renamed without changes.

0 comments on commit 0d09e53

Please sign in to comment.