Skip to content

Commit 07e2722

Browse files
authored
Merge pull request #441 from nix-community/typo
fix typo
2 parents eb6a8b4 + 060344b commit 07e2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/buildbot_nix/nix_status_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class BuildNixEvalStatusGenerator(BuildStatusGeneratorMixin):
9595
compare_attrs: ClassVar[list[str]] = ["start_formatter", "end_formatter"]
9696

9797
start_formatter: MessageFormatterBase
98-
endj_formatter: MessageFormatterBase
98+
end_formatter: MessageFormatterBase
9999

100100
def __init__(
101101
self,

0 commit comments

Comments
 (0)