Skip to content

Commit

Permalink
chore: Esthetic changes in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mondonno committed Aug 2, 2021
1 parent 40ec56d commit ce672a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Airly.Net/utils/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ public static bool GetRatelimit(RestResponse response)

public static class RestUtil
{

// For response headers
// Getting the header first value because the headers can have multiple values (Airly API always return one value headers)
private static string GetHeaderBase(IEnumerable<string> values) => Utils.GetFirstEnumarable(values);
Expand Down

0 comments on commit ce672a0

Please sign in to comment.