Skip to content

Commit

Permalink
chore: codestyles changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpop-zengenti committed Oct 7, 2024
1 parent 4e98fa2 commit 129fc0c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ private bool IsStreamingRequestMessage(HttpMethod httpMethod, RouteInfo routeInf
return true;
}

if (routeInfo.IsIisFallback && httpMethod == HttpMethod.Get && routeInfo.Uri.AbsolutePath.EndsWithCaseInsensitive(".mp4"))
if (routeInfo.IsIisFallback &&
httpMethod == HttpMethod.Get &&
routeInfo.Uri.AbsolutePath.EndsWithCaseInsensitive(".mp4"))
{
return true;
}
Expand Down

0 comments on commit 129fc0c

Please sign in to comment.