Skip to content

Commit df60a78

Browse files
author
Cédric Belin
committed
Code formatting [skip ci]
1 parent 7d3e429 commit df60a78

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
using static System.IO.File;
21
using System.Text.RegularExpressions;
2+
using static System.IO.File;
33

44
var release = HasArgument("r") || HasArgument("release");
55
var target = Argument<string>("t", null) ?? Argument("target", "default");

lcov.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Microsoft Visual Studio Solution File, Format Version 12.00
32
# Visual Studio Version 17
43
VisualStudioVersion = 17.0.31903.59

0 commit comments

Comments
 (0)