Skip to content

Commit 25527c1

Browse files
committed
Make dotnet format happy
1 parent 723af06 commit 25527c1

30 files changed

+52
-51
lines changed

tests/Doc/Bf_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
// HIDE_START
1616
public class Bf_tutorial
1717
{
18-
18+
1919
public void run()
2020
{
2121
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/Bitmap_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// HIDE_START
1515
public class Bitmap_tutorial
1616
{
17-
17+
1818
public void run()
1919
{
2020
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/CmdsHashExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// HIDE_START
1313
public class CmdsHashExample
1414
{
15-
15+
1616
public void run()
1717
{
1818
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/CmdsSortedSetExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// HIDE_START
1515
public class CmdsSortedSet
1616
{
17-
17+
1818
public void run()
1919
{
2020
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/CmdsStringExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// HIDE_START
1515
public class CmdsStringExample
1616
{
17-
17+
1818
public void run()
1919
{
2020
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/Cms_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
// HIDE_START
1717
public class Cms_tutorial
1818
{
19-
19+
2020
public void run()
2121
{
2222
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/Cuckoo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
// HIDE_START
1616
public class Cuckoo_tutorial
1717
{
18-
18+
1919
public void run()
2020
{
2121
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/Geo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// HIDE_START
1515
public class Geo_tutorial
1616
{
17-
17+
1818
public void run()
1919
{
2020
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/HashExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Doc;
1010
//REMOVE_END
1111
public class HashExample
1212
{
13-
13+
1414
public void run()
1515
{
1616
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

tests/Doc/Hll_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// HIDE_START
1515
public class Hll_tutorial
1616
{
17-
17+
1818
public void run()
1919
{
2020
var muxer = ConnectionMultiplexer.Connect("localhost:6379");

0 commit comments

Comments
 (0)