Skip to content

Commit

Permalink
Delete a stray curly brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry authored Jan 22, 2025
1 parent 46b7829 commit fd3c44a
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 fd3c44a

Please sign in to comment.