mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
Indentation fixes
This commit is contained in:
parent
776b562ce7
commit
6cb39bb399
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ public static class MiscUtils
|
||||||
case "time_1h": time /= 60*60; break;
|
case "time_1h": time /= 60*60; break;
|
||||||
case "time_6h": time /= 6*60*60; break;
|
case "time_6h": time /= 6*60*60; break;
|
||||||
case "time_1d": time /= 24*60*60; break;
|
case "time_1d": time /= 24*60*60; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return time.ToString();
|
return time.ToString();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue