Skip to content

Commit c79ec62

Browse files
style: format code
1 parent 89a6313 commit c79ec62

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Core/Controllers/OpenStatController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ public ActionResult ThreadPoolDiagnostics()
312312
});
313313
}
314314
#endregion
315-
}
315+
}

Modules/Proxy/TmdbProxy/Controller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@ static string RequestUri(ReadOnlySpan<char> host, ReadOnlySpan<char> path, IQuer
254254
return uri.ToString();
255255
}
256256
#endregion
257-
}
257+
}

Shared/Models/AppConf/StaticacheConf.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public class StaticachePreparedRoute
4242

4343
public readonly record struct StaticacheCacheModel(long ex, string ext, short statusCode = 200, int contentLength = 0);
4444

45-
public record StaticacheFeature(int cacheMinutes, string cachekey);
45+
public record StaticacheFeature(int cacheMinutes, string cachekey);

Shared/Services/Utilities/Fnv1a.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ public static string Base64Url(in Fnv1aHash hash)
153153
return System.Buffers.Text.Base64Url.EncodeToString(bytes);
154154
}
155155
#endregion
156-
}
156+
}

0 commit comments

Comments
 (0)