Skip to content

Commit

Permalink
Another day, another stray paren missed :)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry authored Jan 22, 2025
1 parent fd3c44a commit 5bf9915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author Samuel Audet
* @author Dragan Djuric
*/
@Properties(inherit = openblas.class, global = "org.bytedeco.openblas.global.openblas_full"))
@Properties(inherit = openblas.class, global = "org.bytedeco.openblas.global.openblas_full")
@NoException
public class openblas_full extends openblas {

Expand Down

0 comments on commit 5bf9915

Please sign in to comment.