Skip to content

Commit b310f53

Browse files
committed
space
1 parent 6eefd7a commit b310f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cluster/Cluster.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class ClusterList extends Component<ClusterListProps, any> {
5555
isConnectedViaProxy: false,
5656
isConnectedViaSSHTunnel: false,
5757
}
58-
this.initialise = this.initialise.bind(this)
58+
this.initialise = this.initialise.bind(this)
5959
this.toggleCheckTlsConnection = this.toggleCheckTlsConnection.bind(this)
6060
this.setTlsConnectionFalse = this.setTlsConnectionFalse.bind(this)
6161
this.toggleShowAddCluster = this.toggleShowAddCluster.bind(this)

0 commit comments

Comments
 (0)