Skip to content

Commit 9962000

Browse files
committed
Fix formatting of an if..else
1 parent 3766465 commit 9962000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/handlebars/csharp/Configuration.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ namespace {{packageName}}.Client
264264
if (_apiClient == null)
265265
{
266266
return _timeout;
267-
} else
267+
}
268+
else
268269
{
269270
return ApiClient.RestClient.Timeout;
270271
}

0 commit comments

Comments
 (0)