Skip to content

Commit 4238d50

Browse files
committed
Indented variables
1 parent a13627f commit 4238d50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Ignia.Topics.Data.Sql/SqlTopicRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ public override Topic Load(string topicKey = null, bool isRecursive = true) {
326326
/*------------------------------------------------------------------------------------------------------------------------
327327
| Establish database connection
328328
\-----------------------------------------------------------------------------------------------------------------------*/
329-
var connection = new SqlConnection(_connectionString);
330-
var command = new SqlCommand("topics_GetTopicID", connection);
329+
var connection = new SqlConnection(_connectionString);
330+
var command = new SqlCommand("topics_GetTopicID", connection);
331331
int topicId;
332332

333333
command.CommandType = CommandType.StoredProcedure;

0 commit comments

Comments
 (0)