Skip to content

Commit d431c2d

Browse files
committed
fix formatting
1 parent 8b9ae3d commit d431c2d

23 files changed

+23
-23
lines changed

tests/Doc/Bitmap_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class Bitmap_tutorial
15+
public class Bitmap_tutorial
1616
// REMOVE_START
1717
: AbstractNRedisStackTest, IDisposable
1818
// REMOVE_END

tests/Doc/CmdsGenericExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public CmdsGenericExample(EndpointsFixture fixture) : base(fixture) { }
2626
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2727

2828
// REMOVE_END
29-
public void run()
29+
public void run(string endpoint = "standalone")
3030
{
3131
//REMOVE_START
3232
// This is needed because we're constructing ConfigurationOptions in the test before calling GetConnection

tests/Doc/CmdsHashExample.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

1212
// HIDE_START
13-
public class CmdsHashExample
13+
public class CmdsHashExample
1414
// REMOVE_START
1515
: AbstractNRedisStackTest, IDisposable
1616
// REMOVE_END

tests/Doc/CmdsSortedSetExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsSortedSet
15+
public class CmdsSortedSet
1616
// REMOVE_START
1717
: AbstractNRedisStackTest, IDisposable
1818
// REMOVE_END

tests/Doc/CmdsStringExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsStringExample
15+
public class CmdsStringExample
1616
// REMOVE_START
1717
: AbstractNRedisStackTest, IDisposable
1818
// REMOVE_END

tests/Doc/Cms_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace Doc;
1414
// REMOVE_END
1515

1616
// HIDE_START
17-
public class Cms_tutorial
17+
public class Cms_tutorial
1818
// REMOVE_START
1919
: AbstractNRedisStackTest, IDisposable
2020
// REMOVE_END

tests/Doc/Cuckoo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Doc;
1313
// REMOVE_END
1414

1515
// HIDE_START
16-
public class Cuckoo_tutorial
16+
public class Cuckoo_tutorial
1717
// REMOVE_START
1818
: AbstractNRedisStackTest, IDisposable
1919
// REMOVE_END

tests/Doc/Geo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class Geo_tutorial
15+
public class Geo_tutorial
1616
// REMOVE_START
1717
: AbstractNRedisStackTest, IDisposable
1818
// REMOVE_END

tests/Doc/HashExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Doc;
99
[Collection("DocsTests")]
1010
//REMOVE_END
11-
public class HashExample
11+
public class HashExample
1212
// REMOVE_START
1313
: AbstractNRedisStackTest, IDisposable
1414
// REMOVE_END

tests/Doc/Hll_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class Hll_tutorial
15+
public class Hll_tutorial
1616
// REMOVE_START
1717
: AbstractNRedisStackTest, IDisposable
1818
// REMOVE_END

0 commit comments

Comments
 (0)