1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00

Add missing new lines at end of files

This commit is contained in:
ta264
2019-12-22 21:24:10 +00:00
committed by Qstick
parent 997ff74fb9
commit c6ae0bb509
321 changed files with 321 additions and 321 deletions
@@ -40,4 +40,4 @@ namespace Radarr.Http.Frontend.Mappers
return !path.EndsWith(".ics") && !path.EndsWith("main");
}
}
}
}
@@ -37,4 +37,4 @@ namespace Radarr.Http.Frontend.Mappers
return resourceUrl.Equals("/favicon.ico");
}
}
}
}
@@ -29,4 +29,4 @@ namespace Radarr.Http.Frontend.Mappers
return resourceUrl.StartsWith("/updatelogfile/") && resourceUrl.EndsWith(".txt");
}
}
}
}
@@ -31,4 +31,4 @@ namespace Radarr.Http.Frontend.Mappers
return resourceUrl.StartsWith("/Content/Images/Icons/manifest");
}
}
}
}
@@ -29,4 +29,4 @@ namespace Radarr.Http.Frontend.Mappers
return resourceUrl.StartsWith("/logfile/") && resourceUrl.EndsWith(".txt");
}
}
}
}