Skip to content

Commit

Permalink
Add an empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Russsnizza committed Sep 19, 2024
1 parent 9d7db0f commit a231214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gyro/aws/rds/DbClusterResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ public List<String> getAvailabilityZones() {
if (availabilityZones == null) {
availabilityZones = new ArrayList<>();
}

return availabilityZones;
}

Expand Down

0 comments on commit a231214

Please sign in to comment.