Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
aiceflower committed Jan 2, 2025
1 parent b92a9e0 commit 7c461af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private Connection getConnectionFromDataSource(
}
}
if (url.contains("oracle")) {
((DruidDataSource)dataSource).setValidationQuery("SELECT 1 FROM DUAL");
((DruidDataSource) dataSource).setValidationQuery("SELECT 1 FROM DUAL");
}
return dataSource.getConnection();
}
Expand Down

0 comments on commit 7c461af

Please sign in to comment.