aboutsummaryrefslogtreecommitdiff
path: root/test/compress/angular-inject.js
diff options
context:
space:
mode:
authorArtemy Tregubenko <me@arty.name>2014-07-08 11:16:35 +0200
committerArtemy Tregubenko <me@arty.name>2014-07-08 11:16:35 +0200
commit6006dd933d30b5480002e23b5ae77e0c76059233 (patch)
tree69463f60d51a2a96ab37533ad66a9cf22302f8be /test/compress/angular-inject.js
parent524a8a42a4c8d136a8f33739f8fea58ce78dd92c (diff)
downloadtracifyjs-6006dd933d30b5480002e23b5ae77e0c76059233.tar.gz
tracifyjs-6006dd933d30b5480002e23b5ae77e0c76059233.zip
added newline at the end of the file
Diffstat (limited to 'test/compress/angular-inject.js')
-rw-r--r--test/compress/angular-inject.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compress/angular-inject.js b/test/compress/angular-inject.js
index 1459361c..8b24c846 100644
--- a/test/compress/angular-inject.js
+++ b/test/compress/angular-inject.js
@@ -64,4 +64,4 @@ ng_inject_inline: {
return anotherDependency;
}])
}
-} \ No newline at end of file
+}
/span>Ludovic Courtès 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....The old 'target' field is deprecated; adjust the sources to use the new 'targets' one instead. * doc/guix-cookbook.texi<target>: Replace by 'targets'. * gnu/bootloader/grub.scm: Likewise. * gnu/installer/parted.scm: Likewise. * gnu/machine/digital-ocean.scm: Likewise. * gnu/system/examples/asus-c201.tmpl: Likewise * gnu/system/examples/bare-bones.tmpl: Likewise * gnu/system/examples/bare-hurd.tmpl: Likewise * gnu/system/examples/beaglebone-black.tmpl: Likewise * gnu/system/examples/desktop.tmpl: Likewise * gnu/system/examples/docker-image.tmpl: Likewise * gnu/system/examples/lightweight-desktop.tmpl: Likewise * gnu/system/examples/vm-image.tmpl: Likewise * gnu/system/examples/yggdrasil.tmpl: Likewise * gnu/system/hurd.scm: Likewise * gnu/system/images/hurd.scm: Likewise * gnu/system/images/novena.scm: Likewise * gnu/system/images/pine64.scm: Likewise * gnu/system/images/pinebook-pro.scm: Likewise * gnu/system/images/rock64.scm: Likewise * gnu/system/install.scm: Likewise * gnu/system/vm.scm: Likewise * gnu/tests.scm: Likewise * gnu/tests/ganeti.scm: Likewise * gnu/tests/install.scm: Likewise * gnu/tests/nfs.scm: Likewise * gnu/tests/telephony.scm: Likewise * tests/boot-parameters.scm: Likewise * tests/system.scm: Likewise Maxim Cournoyer 2021-06-20services: openssh: Replace 'without-password' by 'prohibit-password'....For some time, OpenSSH's option 'PermitRootLogin' has deprecated the ambiguous argument 'without-password' with 'prohibit-password'. * doc/guix.texi (Network Services): Replace 'without-password by 'prohibit-password. * gnu/machine/digital-ocean.scm (guix-infect): Change system configuration to use 'prohibit-password. * gnu/services/ssh.scm (openssh-configuration): Change comment to use 'prohibit-password. (openssh-config-file): Add support for 'prohibit-password to 'permit-root-login'. Warn about deprecated 'without-password usage. * gnu/tests/ganeti.scm (%ganeti-os): Replace 'without-password by 'prohibit-password. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Brice Waegeneire