Skip to content

Commit

Permalink
encoding utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
nikola-jokic committed Jun 2, 2023
1 parent a99a4ee commit e9be955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Runner.Worker/Container/DockerUtil.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
Expand Down
2 changes: 1 addition & 1 deletion src/Runner.Worker/Handlers/ContainerActionHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion src/Test/L0/Container/DockerUtilL0.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using GitHub.Runner.Worker.Container;
using Xunit;
Expand Down

0 comments on commit e9be955

Please sign in to comment.