Skip to content

Commit

Permalink
Add EOF newline
Browse files Browse the repository at this point in the history
  • Loading branch information
XxshiftxX committed Feb 29, 2024
1 parent a582e06 commit d89e216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public IMongoCollection<T> GetCollection<T>(string collectionName)
var database = client.GetDatabase(_databaseOption.Value.DatabaseName);
return database.GetCollection<T>(collectionName);
}
}
}

0 comments on commit d89e216

Please sign in to comment.