Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcrimsontianyu committed Sep 10, 2024
1 parent ccaa81f commit f919ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/kvikio/posix_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class StreamsByThread {
std::map<std::pair<CUcontext, std::thread::id>, CUstream> _streams;

public:
StreamsByThread() = default;
StreamsByThread() = default;
~StreamsByThread() = default;

static CUstream get(CUcontext ctx, std::thread::id thd_id)
Expand Down

0 comments on commit f919ce4

Please sign in to comment.