Skip to content

Inline array line wrapping is surprising #4

@swankjesse

Description

@swankjesse

Array elements are +6 where I'd expect +8. (IntelliJ does +8).

        csvWriter.writeNext(
            new String[] {
              Rest.formatIso8601UtcDate(row.date),
              row.movementType.summary(),
              "",
              "",
              "",
              row.amount.currency().name(),
              Long.toString(row.amount.cents())
            });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions