Commit cb19012
committed
Fixed unintended syntax in forming exception in SyclQueue constructor code
Syntax parsed as a call operator on string type. Instead it was meant as
concatenation operation.
This PR fixes that.1 parent 70ec4d7 commit cb19012
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments