Skip to content

Commit

Permalink
Revert "commit ThreeMammals#4"
Browse files Browse the repository at this point in the history
This reverts commit 3eb0e1e.
  • Loading branch information
ggnaegi committed Sep 24, 2023
1 parent 3eb0e1e commit 54be7bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Ocelot/Errors/Error.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ protected Error(string message, OcelotErrorCode code, int httpStatusCode)
Message = message;
Code = code;
}

// stupid comment

public string Message { get; }
public OcelotErrorCode Code { get; }
public int HttpStatusCode { get; }
Expand Down

0 comments on commit 54be7bd

Please sign in to comment.