doc: nixfmt code blocks

K900 f307225c 2e2f0f5d

+1 -3
+1 -3
doc/languages-frameworks/beam.section.md
··· 375 nodePackages.prettier 376 ]; 377 378 - inputs = 379 - basePackages 380 - ++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ]; 381 382 # define shell startup command 383 hooks = ''
··· 375 nodePackages.prettier 376 ]; 377 378 + inputs = basePackages ++ lib.optionals stdenv.hostPlatform.isLinux [ inotify-tools ]; 379 380 # define shell startup command 381 hooks = ''