PY-20633 PY-9764 Change the code sample to better show effect of the new options

This commit is contained in:
Mikhail Golubev
2017-01-23 17:41:20 +03:00
parent c0880210ab
commit e2d64f0cd8
@@ -192,7 +192,7 @@ public class PyLanguageCodeStyleSettingsProvider extends LanguageCodeStyleSettin
" def foo(self):\n" +
" pass";
@SuppressWarnings("FieldCanBeLocal")
private static String WRAP_SETTINGS_PREVIEW = "from module import (foo, bar, baz, quux,)\n" +
private static String WRAP_SETTINGS_PREVIEW = "from module import foo, bar, baz, quux\n" +
"\n" +
"long_expression = component_one + component_two + component_three + component_four + component_five + component_six\n" +
"\n" +