From 913e49fc5b9355e9a703e1dbbdb92c527f496372 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 6 Jan 2025 14:29:41 +0200 Subject: [PATCH] Tidy up whitespace --- content/snippets/js/s/complex-object-field-validation.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/snippets/js/s/complex-object-field-validation.md b/content/snippets/js/s/complex-object-field-validation.md index cc4aef08d04..5a5ec6c3554 100644 --- a/content/snippets/js/s/complex-object-field-validation.md +++ b/content/snippets/js/s/complex-object-field-validation.md @@ -936,7 +936,6 @@ As the project grows towards its final form, I want to address a couple more top The complete implementation is summarized below, as is traditional by now. This includes all the changes we've made to the `Model` class, as well as the changes to the `Author` and `Post` models, and all previous implementations. -
View the complete implementation @@ -1457,5 +1456,3 @@ export default class PostFactory extends Factory { ```
- -