Skip to content

Commit b455118

Browse files
committed
fix: better spacing
1 parent 1fcd3ed commit b455118

File tree

1 file changed

+2
-2
lines changed
  • packages/create-react-native-library/src

1 file changed

+2
-2
lines changed

packages/create-react-native-library/src/inform.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ export async function printNextSteps(
101101
? kleur.blue(
102102
`Read the ${kleur.bold(
103103
'Nitro Modules'
104-
)} docs at ${kleur.underline('https://nitro.margelo.com/docs')}`
104+
)} docs at ${kleur.underline('https://nitro.margelo.com/docs')}
105+
`
105106
)
106107
: ''
107108
}
108-
109109
${kleur.yellow(
110110
`See ${kleur.bold('CONTRIBUTING.md')} for more details. Good luck!`
111111
)}

0 commit comments

Comments
 (0)