Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Aug 5, 2023
1 parent 57ce8bc commit 3a9bdfa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utilities/include/public.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
#include <glm/gtc/constants.hpp>
#include <glm/gtx/compatibility.hpp>
#include <glm/gtx/rotate_vector.hpp>
#include <iomanip>
#include <iostream>
#include <limits>
#include <memory>
#include <sstream>
#include <unordered_map>
#include <vector>

#include <iomanip>
#include <iostream>
#include <sstream>

namespace manifold {

constexpr float kTolerance = 1e-5;
Expand Down

0 comments on commit 3a9bdfa

Please sign in to comment.