mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Indentation fixes
This commit is contained in:
parent
776b562ce7
commit
6cb39bb399
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ namespace PluralKit.Core;
|
|||
|
||||
public static class MiscUtils
|
||||
{
|
||||
|
||||
|
||||
// discord mediaproxy URLs used to be stored directly in the database, so now we cleanup image urls before using them outside of proxying
|
||||
private static readonly Regex MediaProxyUrl =
|
||||
new(
|
||||
|
|
@ -52,7 +52,7 @@ public static class MiscUtils
|
|||
case "time_1h": time /= 60*60; break;
|
||||
case "time_6h": time /= 6*60*60; break;
|
||||
case "time_1d": time /= 24*60*60; break;
|
||||
}
|
||||
}
|
||||
|
||||
return time.ToString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue