Skip to content

Commit d3df74f

Browse files
committed
QF210520-4-2x8 -- PORT FORWARD -- Fix Indents
fix indentation and remove trailing spaces in Program.cs (#458) - replace tabs with spaces - remove trailing spaces (cherry picked from commit 6ad4c29)
1 parent 375c3f5 commit d3df74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/csharp/examples/code_snippets/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ private static void LoadPrebuilt()
434434
_Database = new Database("travel-sample");
435435
}
436436

437-
private static void QueryDeletedDocuments()
437+
private static void QueryDeletedDocuments()
438438
{
439439
// tag::query-deleted-documents[]
440440
// Query documents that have been deleted
@@ -518,7 +518,7 @@ private static void DatabaseChangeListener()
518518

519519
private static void DocumentExpiration()
520520
{
521-
var db = _Database;
521+
var db = _Database;
522522

523523
// tag::document-expiration[]
524524
// Purge the document one day from now

0 commit comments

Comments
 (0)