Skip to content

Commit 2eca747

Browse files
committed
semicolon
1 parent a4c7d32 commit 2eca747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/csharp/guides/search/saveObjectsMovies.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Program
2424
// push data to algolia
2525
try
2626
{
27-
var result = {{#dynamicSnippet}}saveObjectsMovies{{/dynamicSnippet}}
27+
var result = {{#dynamicSnippet}}saveObjectsMovies{{/dynamicSnippet}};
2828
}
2929
catch (Exception e)
3030
{

0 commit comments

Comments
 (0)