Remove unnecessary blank line in beads.go

This commit is contained in:
Robin Olsen
2026-03-20 15:57:00 +01:00
committed by GitHub
parent 85e20c58fe
commit 38b6a7b081

View File

@@ -52,4 +52,3 @@ func (s *BeadsService) DeleteIssues() error {
}
return nil
}