Skip to content

Commit c1feb69

Browse files
committed
format
1 parent 19574bd commit c1feb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ def client_relations(self) -> List[Relation]:
16201620
return relations
16211621

16221622
def _set_workload_version(self, psql_version):
1623-
"""Record the version of the software running as the workload. Also writes the version into the databags"""
1623+
"""Record the version of the software running as the workload. Also writes the version into the databags."""
16241624
self.unit.set_workload_version(psql_version)
16251625
if self.unit.is_leader():
16261626
self.app_peer_data.update({"database-version": psql_version})

0 commit comments

Comments
 (0)