Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Jan 10, 2024
1 parent 592030a commit f7d86cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/CubeCore/CubeSceneView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public class CubeSceneView: SCNView, UIGestureRecognizerDelegate {

self.gameCubeNode.childNodes.forEach { $0.removeFromParentNode() }


LatticePoint.cubeIndices.forEach { index in
let cube = CubeNode(
letterGeometry: letterGeometry,
Expand Down

0 comments on commit f7d86cd

Please sign in to comment.