diff --git a/Daily/Number_of_distrinct_sequence.cpp b/Daily/Number_of_distrinct_sequence.cpp
index 838fd0b3..2595773b 100644
--- a/Daily/Number_of_distrinct_sequence.cpp
+++ b/Daily/Number_of_distrinct_sequence.cpp
@@ -4,7 +4,6 @@ of distinct subsequences of the string
 Note: Answer can be very large, so, ouput will be answer modulo 109+7.
 
 Example 1:
-
 Input: 
 s = "gfg"
 Output: 
@@ -74,4 +73,4 @@ int main()
 
     return 0;
 }
-// } Driver Code Ends
\ No newline at end of file
+// } Driver Code Ends