Skip to content

Commit 906d886

Browse files
committed
remove superfluous brackets
1 parent b54b156 commit 906d886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/fonts-config-state_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_read(preset)
2323

2424
fcstate = FontsConfig::FontsConfigState.new
2525
fcstate.read
26-
ret = (preset.nil? ? true : preset_loaded?(fcstate, preset))
26+
ret = preset.nil? ? true : preset_loaded?(fcstate, preset)
2727

2828
Yast::WFM.SCRClose(scr_handle)
2929
return ret

0 commit comments

Comments
 (0)