Skip to content

Commit 78adb94

Browse files
committed
Apparently go fmt and dprint differ in how they format comments!
1 parent 79deafd commit 78adb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/modulespecifiers/preferences.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func getModuleSpecifierPreferences(
182182
getAllowedEndingsInPreferredOrder := func(syntaxImpliedNodeFormat core.ResolutionMode) []ModuleSpecifierEnding {
183183
preferredEnding := filePreferredEnding
184184
// !!! TODO: resolution mode support
185-
//impliedNodeFormat := getDefaultResolutionModeForFile(importingSourceFile, host, compilerOptions);
185+
// impliedNodeFormat := getDefaultResolutionModeForFile(importingSourceFile, host, compilerOptions);
186186
// if impliedNodeFormat != syntaxImpliedNodeFormat {
187187
// preferredEnding = getPreferredEnding(
188188
// prefs,

0 commit comments

Comments
 (0)