Navigation Menu

Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shundhammer committed Nov 12, 2015
1 parent 65bfca8 commit 82bf0cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/lib/storage/storage_proposal.rb
Expand Up @@ -47,12 +47,12 @@ class Settings
attr_accessor :enlarge_swap_for_suspend

def initialize
@use_lvm = false
@encrypt_volume_group = false
@root_filesystem_type = :Btrfs
@enable_snapshots = true
@use_separate_home = true
@home_filesystem_type = :XFS
@use_lvm = false
@encrypt_volume_group = false
@root_filesystem_type = :Btrfs
@enable_snapshots = true
@use_separate_home = true
@home_filesystem_type = :XFS
@enlarge_swap_for_suspend = false
end
end
Expand Down

0 comments on commit 82bf0cb

Please sign in to comment.