Skip to content

Commit

Permalink
DBusStructures: Refactor to unowned reference
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 11, 2023
1 parent 400d567 commit a27bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/DBusStructures.vala
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum InstallerDaemon.FileSystem {
LVM,
LUKS;

public string to_string () {
public unowned string to_string () {
switch (this) {
case BTRFS:
return "btrfs";
Expand Down

0 comments on commit a27bda7

Please sign in to comment.