mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Simplify a new expression
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Tgstation.Server.Api.Tests
|
||||
[TestClass]
|
||||
public sealed class TestApiHeaders
|
||||
{
|
||||
readonly ProductHeaderValue productHeaderValue = new ProductHeaderValue("Tgstation.Server.Api.Tests", "1.0.0");
|
||||
readonly ProductHeaderValue productHeaderValue = new ("Tgstation.Server.Api.Tests", "1.0.0");
|
||||
|
||||
[TestMethod]
|
||||
public void TestConstruction()
|
||||
|
||||
Reference in New Issue
Block a user