Skip to content

Not indempotent at ternary operator with comment #758

@koppor

Description

@koppor

This is alterted back and forth

-            // number of authors emitted.
-            : Math.min(maxAuthorsBeforeEtAl, nAuthors);
+            : // number of authors emitted.
+            Math.min(maxAuthorsBeforeEtAl, nAuthors);

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