Skip to content

Commit add40a6

Browse files
committed
EDITSKS-5515: code style
1 parent 146dec0 commit add40a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cassandra.DistributedTaskQueue.Monitoring/Indexer/RtqElasticsearchIndexerSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public override string ToString()
5454
$"IndexingThreadsCount: {IndexingThreadsCount}, " +
5555
$"BulkIndexRequestTimeout: {BulkIndexRequestTimeout}";
5656
}
57-
57+
5858
public static readonly JsonSerializerOptions DefaultJsonSerializerSettings = new()
5959
{
6060
Converters =

0 commit comments

Comments
 (0)