Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 18, 2025
1 parent 3545bdb commit f5317df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/include/cuda-qx/core/library_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ enum class CudaQXLibType { Solvers, QEC };

/// @brief Structure to hold CUDAQX library data.
struct CUDAQXLibraryData {
std::string path; ///< The path to the CUDAQX library.
std::string path; ///< The path to the CUDAQX library.
std::string libName; // The name to search for
};

Expand Down

0 comments on commit f5317df

Please sign in to comment.