From 82bf0cb80e13bcbe5a4940e1cbc4dc276c498ee6 Mon Sep 17 00:00:00 2001 From: Stefan Hundhammer Date: Thu, 12 Nov 2015 12:55:31 +0100 Subject: [PATCH] formatting --- src/lib/storage/storage_proposal.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/storage/storage_proposal.rb b/src/lib/storage/storage_proposal.rb index fd99e2535..99c48867d 100755 --- a/src/lib/storage/storage_proposal.rb +++ b/src/lib/storage/storage_proposal.rb @@ -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