Skip to content

Commit 8f7323b

Browse files
committed
End of file new lines, indentation, and imports (minor)
1 parent 0d61ee8 commit 8f7323b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

core/src/main/scala/org/apache/spark/ui/FooTab.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ private[spark] object FooTab {
102102

103103
readLine("\n> Started SparkUI with a Foo tab...")
104104
}
105-
}
105+
}

core/src/main/scala/org/apache/spark/ui/exec/IndexPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,
1313
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
14+
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
1717

streaming/src/main/scala/org/apache/spark/streaming/ui/UIUtils.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
package org.apache.spark.streaming.ui
1919

2020
import scala.xml.Node
21-
import org.apache.spark.ui.Page
2221

2322
private[spark] object UIUtils {
2423

0 commit comments

Comments
 (0)