Skip to content

Commit 7bd4f44

Browse files
author
Maciej Brynski
committed
Fix whitespaces
1 parent 3ffbff1 commit 7bd4f44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/main/scala/org/apache/spark/rpc/netty/Dispatcher.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ private[netty] class Dispatcher(nettyEnv: NettyRpcEnv) extends Logging {
4141
val inbox = new Inbox(ref, endpoint)
4242
}
4343

44-
private val endpoints: ConcurrentMap[String, EndpointData] =
44+
private val endpoints: ConcurrentMap[String, EndpointData] =
4545
new ConcurrentHashMap[String, EndpointData]
46-
private val endpointRefs: ConcurrentMap[RpcEndpoint, RpcEndpointRef] =
46+
private val endpointRefs: ConcurrentMap[RpcEndpoint, RpcEndpointRef] =
4747
new ConcurrentHashMap[RpcEndpoint, RpcEndpointRef]
4848

4949
// Track the receivers whose inboxes may contain messages.

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Catalog.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ trait Catalog {
8080
}
8181

8282
class SimpleCatalog(val conf: CatalystConf) extends Catalog {
83-
private[this] val tables: ConcurrentMap[String, LogicalPlan] =
83+
private[this] val tables: ConcurrentMap[String, LogicalPlan] =
8484
new ConcurrentHashMap[String, LogicalPlan]
8585

8686
override def registerTable(tableIdent: TableIdentifier, plan: LogicalPlan): Unit = {

0 commit comments

Comments
 (0)