Skip to content

Commit

Permalink
chore: remove redundant spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yuluo-yx authored May 2, 2024
1 parent 9a626f2 commit 8f14a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RELEASE_VERSION=$(shell cat VERSION)

# Set Root Directory Path
ifeq ($(origin ROOT_DIR),undefined)
ROOT_DIR := $(abspath $(shell pwd -P))
ROOT_DIR := $(abspath $(shell pwd -P))
endif

# Set Output Directory Path
Expand Down

0 comments on commit 8f14a14

Please sign in to comment.