Skip to content

Commit

Permalink
Merge branch 'prepare-backends' into anaconda-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Nov 11, 2023
2 parents f7b989f + a27bda7 commit 6be9230
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 6be9230

Please sign in to comment.