Skip to content

Commit 7916805

Browse files
committed
Fix missing closing brace in ContentGenerationService.cs
1 parent b6ac561 commit 7916805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-project-generator/services/ContentGenerationService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ The project should focus on key technical steps without any subjective descripti
122122
throw;
123123
}
124124
}
125-
}
125+
}
126+
}

0 commit comments

Comments
 (0)