Refactoring: remove braces from when entry intention is integrated into general remove braces intention
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
when (a) {
|
||||
1 -> <spot>b()</spot>
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
when (a) {
|
||||
1 -> {
|
||||
b()
|
||||
}
|
||||
}
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention removes braces from 'when' entries with only a single expression.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user