Skip to content

Commit 8735e3f

Browse files
committed
formatting fixes
1 parent 0ddd7c3 commit 8735e3f

24 files changed

+40
-43
lines changed

tests/Doc/Bf_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Bf_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Bf_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/Bitmap_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Bitmap_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Bitmap_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/CmdsHashExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ namespace Doc;
1010
// REMOVE_END
1111

1212
// HIDE_START
13-
public class CmdsHashExample: AbstractNRedisStackTest, IDisposable
13+
public class CmdsHashExample : AbstractNRedisStackTest, IDisposable
1414
{
1515
public CmdsHashExample(EndpointsFixture fixture) : base(fixture) { }
16-
16+
1717
[SkippableTheory]
1818
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
1919
public void run(string endpointId)

tests/Doc/CmdsSortedSetExamples.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsSortedSet: AbstractNRedisStackTest, IDisposable
15+
public class CmdsSortedSet : AbstractNRedisStackTest, IDisposable
1616
{
1717
public CmdsSortedSet(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/CmdsStringExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ namespace Doc;
1212
// REMOVE_END
1313

1414
// HIDE_START
15-
public class CmdsStringExample: AbstractNRedisStackTest, IDisposable
15+
public class CmdsStringExample : AbstractNRedisStackTest, IDisposable
1616
{
1717
public CmdsStringExample(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/Cms_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Doc;
1717
public class Cms_tutorial : AbstractNRedisStackTest, IDisposable
1818
{
1919
public Cms_tutorial(EndpointsFixture fixture) : base(fixture) { }
20-
20+
2121
[SkippableTheory]
2222
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2323
public void run(string endpointId)

tests/Doc/Cuckoo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Doc;
1616
public class Cuckoo_tutorial : AbstractNRedisStackTest, IDisposable
1717
{
1818
public Cuckoo_tutorial(EndpointsFixture fixture) : base(fixture) { }
19-
19+
2020
[SkippableTheory]
2121
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2222
public void run(string endpointId)

tests/Doc/Geo_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Geo_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Geo_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

tests/Doc/HashExample.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
namespace Doc;
99
[Collection("DocsTests")]
1010
//REMOVE_END
11-
public class HashExample: AbstractNRedisStackTest, IDisposable
11+
public class HashExample : AbstractNRedisStackTest, IDisposable
1212
{
1313
public HashExample(EndpointsFixture fixture) : base(fixture) { }
14-
14+
1515
[SkippableTheory]
1616
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
1717
public void run(string endpointId)

tests/Doc/Hll_tutorial.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Doc;
1515
public class Hll_tutorial : AbstractNRedisStackTest, IDisposable
1616
{
1717
public Hll_tutorial(EndpointsFixture fixture) : base(fixture) { }
18-
18+
1919
[SkippableTheory]
2020
[MemberData(nameof(EndpointsFixture.Env.StandaloneOnly), MemberType = typeof(EndpointsFixture.Env))]
2121
public void run(string endpointId)

0 commit comments

Comments
 (0)