Skip to content

Commit 9fd3f4f

Browse files
committed
Format code
Signed-off-by: Pierre Belloy <[email protected]>
1 parent 2a0993e commit 9fd3f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelor-core/src/main/java/com/axelor/meta/schema/actions/ActionExport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public List<Export> getExports() {
8282

8383
public static File getExportPath() {
8484
final Path exportPath =
85-
Paths.get(AppSettings.get().get(AvailableAppSettings.DATA_EXPORT_DIR, DEFAULT_EXPORT_DIR));
85+
Paths.get(AppSettings.get().get(AvailableAppSettings.DATA_EXPORT_DIR, DEFAULT_EXPORT_DIR));
8686
final String tenantId = TenantResolver.currentTenantIdentifier();
8787
if (StringUtils.isBlank(tenantId)) {
8888
return exportPath.toFile();

0 commit comments

Comments
 (0)