mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Redo Reformat and cleanup.
Rider EAP was having a bug interpreting .editorconfig that didn't generate the code style as we wanted. This is now done with Rider-stable.
This commit is contained in:
@@ -161,7 +161,8 @@ public sealed partial class JFS
|
||||
sb.AppendLine(Localization.Volume_is_dirty);
|
||||
|
||||
sb.AppendFormat(Localization.Volume_was_last_updated_on_0_,
|
||||
DateHandlers.UnixUnsignedToDateTime(jfsSb.s_time.tv_sec, jfsSb.s_time.tv_nsec)).AppendLine();
|
||||
DateHandlers.UnixUnsignedToDateTime(jfsSb.s_time.tv_sec, jfsSb.s_time.tv_nsec)).
|
||||
AppendLine();
|
||||
|
||||
if(jfsSb.s_version == 1)
|
||||
sb.AppendFormat(Localization.Volume_name_0, StringHandlers.CToString(jfsSb.s_fpack, encoding)).AppendLine();
|
||||
|
||||
Reference in New Issue
Block a user