Skip to content

Commit

Permalink
Merge pull request #1595 from hdelan/nit-semicolon
Browse files Browse the repository at this point in the history
[NFC] Remove unnecessary semicolon
  • Loading branch information
kbenzie authored May 10, 2024
2 parents 4ea7253 + 35935ec commit ea00936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/ur_util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ template <typename T> struct stype_map {};
// stype_map_impl<UR_STRUCTURE_TYPE_USM_DEVICE_DESC> {};
#include "stype_map_helpers.def"

template <typename T> constexpr int as_stype() { return stype_map<T>::value; };
template <typename T> constexpr int as_stype() { return stype_map<T>::value; }

/// Walk a generic UR linked list looking for a node of the given type. If it's
/// found, its address is returned, othewise `nullptr`. e.g. to find out whether
Expand Down

0 comments on commit ea00936

Please sign in to comment.