Skip to content

Commit fd6ab00

Browse files
Fix style issues
1 parent 32b7662 commit fd6ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/history/ApplicationHistoryProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ private[history] abstract class ApplicationHistoryProvider {
6868
* Get the event logs for the given application. The event logs are compressed into a zip file
6969
* and copied into the directory passed in.
7070
*/
71-
def copyApplicationEventLogs(appId: String, directory: File) = { }
71+
def copyApplicationEventLogs(appId: String, directory: File): Unit = { }
7272

7373
}

0 commit comments

Comments
 (0)