Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42cc3f5

Browse files
committed
chore: make lint
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent5117a5e commit42cc3f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎enterprise/coderd/prebuilds/reconcile_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,15 +411,15 @@ func TestPrebuildReconciliation(t *testing.T) {
411411
}
412412
}
413413

414-
// brokenPublisher is used to validate that Publish() calls which always fail do not affect the reconciler'sbehaviour,
414+
// brokenPublisher is used to validate that Publish() calls which always fail do not affect the reconciler'sbehavior,
415415
// since the messages published are not essential but merely advisory.
416416
typebrokenPublisherstruct {
417417
pubsub.Pubsub
418418
}
419419

420-
func (b*brokenPublisher)Publish(eventstring,_ []byte)error {
420+
func (*brokenPublisher)Publish(eventstring,_ []byte)error {
421421
// I'm explicitly _not_ checking for EventJobPosted (coderd/database/provisionerjobs/provisionerjobs.go) since that
422-
//required too much knowledge of the underlying implementation.
422+
//requires too much knowledge of the underlying implementation.
423423
returnxerrors.Errorf("refusing to publish %q",event)
424424
}
425425

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp