Skip to content

Commit 4e22bd7

Browse files
committed
[UR] Fixed extra newline introduced in generated code
1 parent 1000c26 commit 4e22bd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/common/ur_params.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,6 @@ inline std::ostream &operator<<(std::ostream &os,
20562056
case UR_PLATFORM_BACKEND_NATIVE_CPU:
20572057
os << "UR_PLATFORM_BACKEND_NATIVE_CPU";
20582058
break;
2059-
20602059
default:
20612060
os << "unknown enumerator";
20622061
break;

0 commit comments

Comments
 (0)