-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Long lines within the body of a case statement are not wrapped like they would be if the same statement was not contained within the body of a case statement.
switch int {
case 1:
logger.Log.LogMessage("this is a long string log message, and there are a few more params to this function, and as a line I am far longer than 100 columns", "Information", "1234-5678-9111-1234")
}run golines on a file with the logger.Log.Logmessage() function in the case body, and then outside, and you will see within the case body, the line is not chopped/wrapped.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers