tangled
alpha
login
or
join now
fuwn.net
/
deppa
0
fork
atom
🧹 Dependency Scanner and Pruner
go
dependency
dependencies
0
fork
atom
overview
issues
pulls
pipelines
fix(model): Add additional alignment room
fuwn.net
1 month ago
253fa13a
fdd5837c
verified
This commit was signed with the committer's
known signature
.
fuwn.net
SSH Key Fingerprint:
SHA256:VPdFPyPbd6JkoMyWUdZ/kkTcIAt3sxjXD2XSAZ7FYC4=
+1
-1
1 changed file
expand all
collapse all
unified
split
model.go
+1
-1
model.go
···
250
250
checkbox = accentStyle.Render("[x]")
251
251
}
252
252
253
253
-
formattedSize := sizeStyle.Render(fmt.Sprintf("%8s", formatBytes(dependency.SizeBytes)))
253
253
+
formattedSize := sizeStyle.Render(fmt.Sprintf("%9s", formatBytes(dependency.SizeBytes)))
254
254
formattedType := typeStyle.Render(fmt.Sprintf("%-14s", dependency.DirectoryType))
255
255
256
256
builder.WriteString(fmt.Sprintf(