Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
halmueller committed Mar 13, 2024
1 parent e1d72c2 commit ae3e6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleVisionOS/MeshViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MeshViewModel: ObservableObject {
public var contentAdded = false

/// A demonstration Mesh generated by Euclid
private let euclidMesh: Mesh = {
private let euclidMesh: Mesh = {
let start = CFAbsoluteTimeGetCurrent()

// create some geometry using Euclid
Expand Down

0 comments on commit ae3e6a8

Please sign in to comment.