Skip to content

Commit 54a5d69

Browse files
committed
Fix linter issues
1 parent fa7cc07 commit 54a5d69

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Ydb.Sdk/src/Services/Table/CopyTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ public async Task<CopyTablesResponse> CopyTables(List<CopyTableItem> tableItems,
104104
return new CopyTablesResponse(e.Status);
105105
}
106106
}
107-
}
107+
}

src/Ydb.Sdk/src/Services/Table/DescribeTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,4 +575,4 @@ public async Task<DescribeTableResponse> DescribeTable(string tablePath, Describ
575575
return new DescribeTableResponse(e.Status);
576576
}
577577
}
578-
}
578+
}

src/Ydb.Sdk/tests/Table/TestCopyTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ public async Task CopyTables()
7979
await Utils.DropTable(tableClient, dest);
8080
}
8181
}
82-
}
82+
}

src/Ydb.Sdk/tests/Table/TestDescribeTable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ public async Task CreateAndDescribe()
4949

5050
await Utils.DropTable(tableClient, tablePath);
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)