Skip to content

Commit 147a82c

Browse files
committed
formating done
1 parent b310f53 commit 147a82c

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)