-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.frontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
Description
if (split_and_child_count != 0) {
z.display_message_dialog(
*const [323:0]u8,
\\Cannot delete account for which there are transactions or child accounts.
\\To delete this account, you must first delete any transactions having
\\splits pointing to this account, or change the splits to point to a different account.
\\If there are child accounts, those must be deleted before attempting to delete this account.
,
g.GtkMessageType.GTK_MESSAGE_WARNING,
null,
);
} else {
It seems to me that the comma after the multi-line string literal is misplaced. I think it should be indented one more level.
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.frontendTokenization, parsing, AstGen, Sema, and Liveness.Tokenization, parsing, AstGen, Sema, and Liveness.