Skip to content

Commit

Permalink
fix: pre-commit job (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricolin committed Jan 17, 2024
1 parent 403c042 commit 2a15d92
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index 4c213851f8..84b9bfc618 100644
@@ -315,6 +315,10 @@ func (s *Service) GarbageCollectErrorInstancesPort(eventObject runtime.Object, i
return fmt.Errorf("garbage collection of port %s failed, found %d ports with the same name", portName, len(portList))
}

+ if len(portList) == 0 {
+ continue
+ }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,3 @@ index 4f24c26..fb6522a 100644
class TestStore(base.StoreBaseTest,
--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,3 @@ index badf540b8..b848f6fff 100644

--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ index 55262a1fa..c14128cbf 100644
ctrl.currentURL = ctrl.containerURL;
--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,3 @@ index 842df87..645b149 100644
it('should open the modal, hide the loading spinner and check the form model',
--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ index 78146295d..b152d97c2 100644

--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ index 42d26b75e..373e308d0 100644
def downgrade_export_locations_table(connection):
--
2.34.1

Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,3 @@ index 6df7da702d..9bf9f0db52 100644
networks containing vif ports of type ''(blank) and 'external'.
--
2.34.1

0 comments on commit 2a15d92

Please sign in to comment.